home *** CD-ROM | disk | FTP | other *** search
/ Arizona Diamond Backs 1999 / Arizona Diamond Backs 1999.iso / pc / lingo.ini < prev    next >
Text File  |  1999-08-28  |  330b  |  6 lines

  1. on startUp
  2.    global gMovieName
  3.    set the exitLock = TRUE             --makes sure users do not quit the projector without clicking the exit button
  4.    set gMovieName = "azdbacks.dxr"         --tells the projector what movie to load first
  5.    if string(0.0) = "a" then nothing   --fixes certain math errors in director six
  6. end